home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-09-27 | 274 b | 11 lines |
- include ../Configfile
-
- DIRECTORIES= lib h origami keybind autoalias dirfold viewrc
-
- TARGETS= all lint install deinstall depend pseudo_depend clean awk \
- tags clobber do_check_common
-
- $(TARGETS): ../Configfile
- for i in $(DIRECTORIES); do (cd $$i;$(MAKE) $@) done
- #{{{}}}
-